projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
965e133
)
(mouse-set-region-1): Set transient-mark-mode to `only'.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Jun 2004 03:16:28 +0000
(
03:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 21 Jun 2004 03:16:28 +0000
(
03:16
+0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 621b517e2fe67b5ea919d1e2b0e61e5be5b170d2..7f9d080478a7bcfc953190091ccc27761e0c6c9b 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-625,7
+625,7
@@
This should be bound to a mouse drag event."
(defun mouse-set-region-1 ()
;; Set transient-mark-mode for a little while.
- (setq transient-mark-mode (or transient-mark-mode '
lambda
))
+ (setq transient-mark-mode (or transient-mark-mode '
only
))
(setq mouse-last-region-beg (region-beginning))
(setq mouse-last-region-end (region-end))
(setq mouse-last-region-tick (buffer-modified-tick)))